projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c892709
)
Don't allow nightly runs to fail
author
Felix Krull
<f_krull@gmx.de>
Tue, 21 May 2019 20:58:56 +0000
(22:58 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index cee4c35c48a37f1f7576235a19e3c3e496a6c678..e4195d001b662aefb8b83e62f23dab6f9ec86273 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-23,7
+23,6
@@
ostree-sys_nightly:
image: rustlang/rust:nightly
script:
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
- allow_failure: true
publish_ostree-sys:
stage: publish
@@
-42,7
+41,6
@@
ostree_nightly:
image: rustlang/rust:nightly
script:
- cargo test --verbose --features "v2018_9" #--all-features
- allow_failure: true
publish_ostree:
stage: publish